GetInstalledPlugins
Returns all the installed plugins.
Syntax
expression.GetInstalledPlugins();
expression
- A variable that represents a Api class.
Parameters
This method doesn't have any parameters.
Returns
Example
window.Asc.plugin.executeMethod ("GetInstalledPlugins", null, function (result) {
postMessage (JSON.stringify ({type: 'InstalledPlugins', data: result }));
});